/*

	IMPORTANT:  Read the comments at the start of boot.txt

*/





SetConsoleVisible( false );


0:35

/*

if ( GetPref( PREF_CHECK_FOR_UPDATES ) > 0 ) {

	if ( GetVersAvailable() > _VERSION_ ) {
	    InitiateURLOverlay( "An update for WhiteCap (Holiday Edition) is available at ", 14 );
	}

}


*/